ComponentOne ASP.NET MVC Controls
MaxWidth Method

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : MaxWidth Method
The value.
Configurates C1.Web.Mvc.ColumnBase.MaxWidth. Sets the maximum width of this column.
Syntax
'Declaration
 
Public Function MaxWidth( _
   ByVal value As Nullable(Of Integer) _
) As TBuilder
public TBuilder MaxWidth( 
   Nullable<int> value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members